Skip to content

fix(AGENTS.md): canister env vars are settings, not WASM metadata#1424

Merged
marc0olo merged 1 commit into
masterfrom
fix/agents-canister-env-var-terminology
Jun 18, 2026
Merged

fix(AGENTS.md): canister env vars are settings, not WASM metadata#1424
marc0olo merged 1 commit into
masterfrom
fix/agents-canister-env-var-terminology

Conversation

@marc0olo

Copy link
Copy Markdown
Member

Summary

Fixes two incorrect statements in the per-environment canister configuration and Rust env var sections introduced in PR #1422.

ic_cdk::api::env_var_value / Runtime.envVar read canister environment variables — these are canister settings applied by icp-cli at deploy time. They are distinct from WASM metadata (which candid: uses to embed the candid:service section). Spotted in PR #1394 review by @mbjorkqvist.

🤖 Generated with Claude Code

ic_cdk::api::env_var_value / Runtime.envVar read canister environment
variables — these are canister settings applied by icp-cli at deploy
time, distinct from WASM metadata (which is used for e.g. candid:service).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@marc0olo marc0olo requested a review from a team as a code owner June 18, 2026 07:17
@marc0olo marc0olo merged commit 11f90e8 into master Jun 18, 2026
5 checks passed
@marc0olo marc0olo deleted the fix/agents-canister-env-var-terminology branch June 18, 2026 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants